#Default species parameterization
data(SpParamsMED)
#Load example plot
data(exampleforestMED)
#A short way to obtain total basal area
sum(plant_basalArea(exampleforestMED), na.rm=TRUE)
#The same forest level function for LAI
sum(plant_LAI(exampleforestMED, SpParamsMED))
#The same forest level function for fuel loading
sum(plant_fuel(exampleforestMED, SpParamsMED))
#Summary function for 'forest' objects can be also used
summary(exampleforestMED, SpParamsMED)
plant_speciesName(exampleforestMED, SpParamsMED)
plant_ID(exampleforestMED)
Run the code above in your browser using DataLab